home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 1 / MacMania 1.toast / Educational / Travel / Manhattan / card_3078.txt < prev    next >
Encoding:
Text File  |  1988-11-27  |  25.1 KB  |  1,033 lines

  1. -- card: 3078 from stack: in
  2. -- bmap block id: 2453
  3. -- flags: 0000
  4. -- background id: 2705
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 2000
  11. -- rect: left=414 top=24 right=47 bottom=438
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 1014 / 1014
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: PREV
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   go Previous
  23. end mouseUp
  24.  
  25.  
  26.  
  27. -- part 2 (button)
  28. -- low flags: 00
  29. -- high flags: 2000
  30. -- rect: left=441 top=24 right=46 bottom=463
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 1013 / 1013
  33. -- text alignment: 1
  34. -- font id: 0
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: Next
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   go Next
  42. end mouseUp
  43.  
  44.  
  45.  
  46. -- part 3 (button)
  47. -- low flags: 00
  48. -- high flags: A002
  49. -- rect: left=10 top=63 right=85 bottom=110
  50. -- title width / last selected line: 0
  51. -- icon id / first selected line: 0 / 0
  52. -- text alignment: 1
  53. -- font id: 0
  54. -- text size: 12
  55. -- style flags: 0
  56. -- line height: 16
  57. -- part name: ZIP 10001
  58. ----- HyperTalk script -----
  59. on mouseUp
  60.   put empty into card field id 4
  61.   put "J.A.F. Building Station" into temp1
  62.   put "421 Eighth Avenue, New York, N.Y." into temp2
  63.   put "Tel: 330-3908" into temp3
  64.   put temp1 into line 1 of card field id 4
  65.   put temp2 into line 2 of card field id 4
  66.   put temp3 into line 3 of card field id 4
  67. end mouseUp
  68.  
  69.  
  70.  
  71. -- part 4 (field)
  72. -- low flags: 01
  73. -- high flags: 0002
  74. -- rect: left=109 top=299 right=342 bottom=418
  75. -- title width / last selected line: 0
  76. -- icon id / first selected line: 0 / 0
  77. -- text alignment: 0
  78. -- font id: 0
  79. -- text size: 12
  80. -- style flags: 0
  81. -- line height: 14
  82. -- part name: Answer
  83.  
  84.  
  85. -- part 5 (button)
  86. -- low flags: 00
  87. -- high flags: A002
  88. -- rect: left=10 top=86 right=108 bottom=110
  89. -- title width / last selected line: 0
  90. -- icon id / first selected line: 0 / 0
  91. -- text alignment: 1
  92. -- font id: 0
  93. -- text size: 12
  94. -- style flags: 0
  95. -- line height: 16
  96. -- part name: ZIP 10002
  97. ----- HyperTalk script -----
  98. on mouseUp
  99.   put empty into card field id 4
  100.   put "KNICKERBOCKER Station" into temp1
  101.   put "128th East Broadway, New York, N.Y." into temp2
  102.   put "Tel: 227-0089" into temp3
  103.   put temp1 into line 1 of card field id 4
  104.   put temp2 into line 2 of card field id 4
  105.   put temp3 into line 3 of card field id 4
  106. end mouseUp
  107.  
  108.  
  109.  
  110. -- part 6 (button)
  111. -- low flags: 00
  112. -- high flags: A002
  113. -- rect: left=10 top=109 right=131 bottom=110
  114. -- title width / last selected line: 0
  115. -- icon id / first selected line: 0 / 0
  116. -- text alignment: 1
  117. -- font id: 0
  118. -- text size: 12
  119. -- style flags: 0
  120. -- line height: 16
  121. -- part name: ZIP 10003
  122. ----- HyperTalk script -----
  123. on mouseUp
  124.   put empty into card field id 4
  125.   put "COOPER Station" into temp1
  126.   put "93 Fourth Avenue, New York, N.Y." into temp2
  127.   put "Tel: 254-1389" into temp3
  128.   put temp1 into line 1 of card field id 4
  129.   put temp2 into line 2 of card field id 4
  130.   put temp3 into line 3 of card field id 4
  131. end mouseUp
  132.  
  133.  
  134.  
  135. -- part 7 (button)
  136. -- low flags: 00
  137. -- high flags: 2000
  138. -- rect: left=11 top=28 right=53 bottom=48
  139. -- title width / last selected line: 0
  140. -- icon id / first selected line: 1011 / 1011
  141. -- text alignment: 1
  142. -- font id: 0
  143. -- text size: 12
  144. -- style flags: 0
  145. -- line height: 16
  146. -- part name: HOME
  147. ----- HyperTalk script -----
  148. on mouseUp
  149.   go home
  150. end mouseUp
  151.  
  152.  
  153.  
  154. -- part 8 (button)
  155. -- low flags: 00
  156. -- high flags: A002
  157. -- rect: left=10 top=132 right=154 bottom=110
  158. -- title width / last selected line: 0
  159. -- icon id / first selected line: 0 / 0
  160. -- text alignment: 1
  161. -- font id: 0
  162. -- text size: 12
  163. -- style flags: 0
  164. -- line height: 16
  165. -- part name: ZIP 10004
  166. ----- HyperTalk script -----
  167. on mouseUp
  168.   put empty into card field id 4
  169.   put "BOWLING STATION" into temp1
  170.   put "25 BROADWAY, NEW YORK, N.Y." into temp2
  171.   put "Tel: 363-9490" into temp3
  172.   put temp1 into line 1 of card field id 4
  173.   put temp2 into line 2 of card field id 4
  174.   put temp3 into line 3 of card field id 4
  175. end mouseUp
  176.  
  177.  
  178.  
  179. -- part 9 (button)
  180. -- low flags: 00
  181. -- high flags: A002
  182. -- rect: left=10 top=155 right=177 bottom=110
  183. -- title width / last selected line: 0
  184. -- icon id / first selected line: 0 / 0
  185. -- text alignment: 1
  186. -- font id: 0
  187. -- text size: 12
  188. -- style flags: 0
  189. -- line height: 16
  190. -- part name: ZIP 10005
  191. ----- HyperTalk script -----
  192. on mouseUp
  193.   put empty into card field id 4
  194.   put "WALL STREET STATION" into temp1
  195.   put "73 PINE STREET, NEW YORK, N.Y." into temp2
  196.   put "Tel: 269-2161" into temp3
  197.   put temp1 into line 1 of card field id 4
  198.   put temp2 into line 2 of card field id 4
  199.   put temp3 into line 3 of card field id 4
  200. end mouseUp
  201.  
  202.  
  203.  
  204. -- part 10 (button)
  205. -- low flags: 00
  206. -- high flags: A002
  207. -- rect: left=10 top=178 right=200 bottom=110
  208. -- title width / last selected line: 0
  209. -- icon id / first selected line: 0 / 0
  210. -- text alignment: 1
  211. -- font id: 0
  212. -- text size: 12
  213. -- style flags: 0
  214. -- line height: 16
  215. -- part name: ZIP 10007
  216. ----- HyperTalk script -----
  217. on mouseUp
  218.   put empty into card field id 4
  219.   put "CHURCH STATION" into temp1
  220.   put "90 CHURCH STREET, NEW YORK, N.Y." into temp2
  221.   put "Tel: 330-5247" into temp3
  222.   put temp1 into line 1 of card field id 4
  223.   put temp2 into line 2 of card field id 4
  224.   put temp3 into line 3 of card field id 4
  225. end mouseUp
  226.  
  227.  
  228.  
  229. -- part 11 (button)
  230. -- low flags: 00
  231. -- high flags: A002
  232. -- rect: left=10 top=201 right=223 bottom=110
  233. -- title width / last selected line: 0
  234. -- icon id / first selected line: 0 / 0
  235. -- text alignment: 1
  236. -- font id: 0
  237. -- text size: 12
  238. -- style flags: 0
  239. -- line height: 16
  240. -- part name: ZIP 10009
  241. ----- HyperTalk script -----
  242. on mouseUp
  243.   put empty into card field id 4
  244.   put "PETER STUYVESANT STATION" into temp1
  245.   put "432 EAST 14TH STREET, NEW YORK, N.Y." into temp2
  246.   put "Tel: 677-2112" into temp3
  247.   put temp1 into line 1 of card field id 4
  248.   put temp2 into line 2 of card field id 4
  249.   put temp3 into line 3 of card field id 4
  250. end mouseUp
  251.  
  252.  
  253.  
  254. -- part 12 (button)
  255. -- low flags: 00
  256. -- high flags: A002
  257. -- rect: left=10 top=224 right=246 bottom=110
  258. -- title width / last selected line: 0
  259. -- icon id / first selected line: 0 / 0
  260. -- text alignment: 1
  261. -- font id: 0
  262. -- text size: 12
  263. -- style flags: 0
  264. -- line height: 16
  265. -- part name: ZIP 10010
  266. ----- HyperTalk script -----
  267. on mouseUp
  268.   put empty into card field id 4
  269.   put "MADISON SQUARE STATION" into temp1
  270.   put "149 EAST 23RD STREET, NEW YORK, N.Y." into temp2
  271.   put "Tel: 673-3771" into temp3
  272.   put temp1 into line 1 of card field id 4
  273.   put temp2 into line 2 of card field id 4
  274.   put temp3 into line 3 of card field id 4
  275. end mouseUp
  276.  
  277.  
  278.  
  279. -- part 13 (button)
  280. -- low flags: 00
  281. -- high flags: A002
  282. -- rect: left=10 top=248 right=270 bottom=110
  283. -- title width / last selected line: 0
  284. -- icon id / first selected line: 0 / 0
  285. -- text alignment: 1
  286. -- font id: 0
  287. -- text size: 12
  288. -- style flags: 0
  289. -- line height: 16
  290. -- part name: ZIP 10011
  291. ----- HyperTalk script -----
  292. on mouseUp
  293.   put empty into card field id 4
  294.   put "OLD CHELSEA STATION" into temp1
  295.   put "217 WEST 18TH STREET, NEW YORK, N.Y." into temp2
  296.   put "Tel: 675-2415" into temp3
  297.   put temp1 into line 1 of card field id 4
  298.   put temp2 into line 2 of card field id 4
  299.   put temp3 into line 3 of card field id 4
  300. end mouseUp
  301.  
  302.  
  303.  
  304. -- part 14 (button)
  305. -- low flags: 00
  306. -- high flags: A002
  307. -- rect: left=9 top=271 right=293 bottom=109
  308. -- title width / last selected line: 0
  309. -- icon id / first selected line: 0 / 0
  310. -- text alignment: 1
  311. -- font id: 0
  312. -- text size: 12
  313. -- style flags: 0
  314. -- line height: 16
  315. -- part name: ZIP 10012
  316. ----- HyperTalk script -----
  317. on mouseUp
  318.   put empty into card field id 4
  319.   put "PRINCE STATION" into temp1
  320.   put "103 PRINCE STREET, NEW YORK, N.Y." into temp2
  321.   put "Tel: 266-7868" into temp3
  322.   put temp1 into line 1 of card field id 4
  323.   put temp2 into line 2 of card field id 4
  324.   put temp3 into line 3 of card field id 4
  325. end mouseUp
  326.  
  327.  
  328.  
  329. -- part 15 (button)
  330. -- low flags: 00
  331. -- high flags: A002
  332. -- rect: left=128 top=64 right=86 bottom=228
  333. -- title width / last selected line: 0
  334. -- icon id / first selected line: 0 / 0
  335. -- text alignment: 1
  336. -- font id: 0
  337. -- text size: 12
  338. -- style flags: 0
  339. -- line height: 16
  340. -- part name: ZIP 10013
  341. ----- HyperTalk script -----
  342. on mouseUp
  343.   put empty into card field id 4
  344.   put "CANAL STREET STATION" into temp1
  345.   put "350 CANAL STREET, NEW YORK, N.Y." into temp2
  346.   put "Tel: 925-3378" into temp3
  347.   put temp1 into line 1 of card field id 4
  348.   put temp2 into line 2 of card field id 4
  349.   put temp3 into line 3 of card field id 4
  350. end mouseUp
  351.  
  352.  
  353.  
  354. -- part 16 (button)
  355. -- low flags: 00
  356. -- high flags: A002
  357. -- rect: left=128 top=87 right=109 bottom=228
  358. -- title width / last selected line: 0
  359. -- icon id / first selected line: 0 / 0
  360. -- text alignment: 1
  361. -- font id: 0
  362. -- text size: 12
  363. -- style flags: 0
  364. -- line height: 16
  365. -- part name: ZIP 10014
  366. ----- HyperTalk script -----
  367. on mouseUp
  368.   put empty into card field id 4
  369.   put "VILLAGE STATION" into temp1
  370.   put "201 VARICK STREET, NEW YORK, N.Y." into temp2
  371.   put "Tel: 989-9741" into temp3
  372.   put temp1 into line 1 of card field id 4
  373.   put temp2 into line 2 of card field id 4
  374.   put temp3 into line 3 of card field id 4
  375. end mouseUp
  376.  
  377.  
  378.  
  379. -- part 17 (button)
  380. -- low flags: 00
  381. -- high flags: A002
  382. -- rect: left=128 top=110 right=132 bottom=228
  383. -- title width / last selected line: 0
  384. -- icon id / first selected line: 0 / 0
  385. -- text alignment: 1
  386. -- font id: 0
  387. -- text size: 12
  388. -- style flags: 0
  389. -- line height: 16
  390. -- part name: ZIP 10016
  391. ----- HyperTalk script -----
  392. on mouseUp
  393.   put empty into card field id 4
  394.   put "MURRAY HILL STATION" into temp1
  395.   put "115 EAST 34TH STREET, NEW YORK, N.Y." into temp2
  396.   put "Tel: 689-1124" into temp3
  397.   put temp1 into line 1 of card field id 4
  398.   put temp2 into line 2 of card field id 4
  399.   put temp3 into line 3 of card field id 4
  400. end mouseUp
  401.  
  402.  
  403.  
  404. -- part 18 (button)
  405. -- low flags: 00
  406. -- high flags: A002
  407. -- rect: left=128 top=133 right=155 bottom=228
  408. -- title width / last selected line: 0
  409. -- icon id / first selected line: 0 / 0
  410. -- text alignment: 1
  411. -- font id: 0
  412. -- text size: 12
  413. -- style flags: 0
  414. -- line height: 16
  415. -- part name: ZIP 10017
  416. ----- HyperTalk script -----
  417. on mouseUp
  418.   put empty into card field id 4
  419.   put "GRAND CENTRAL STATION" into temp1
  420.   put "450 LEXINGTON AVENUE, NEW YORK, N.Y." into temp2
  421.   put "Tel: 826-4677" into temp3
  422.   put temp1 into line 1 of card field id 4
  423.   put temp2 into line 2 of card field id 4
  424.   put temp3 into line 3 of card field id 4
  425. end mouseUp
  426.  
  427.  
  428.  
  429. -- part 19 (button)
  430. -- low flags: 00
  431. -- high flags: A002
  432. -- rect: left=128 top=156 right=178 bottom=228
  433. -- title width / last selected line: 0
  434. -- icon id / first selected line: 0 / 0
  435. -- text alignment: 1
  436. -- font id: 0
  437. -- text size: 12
  438. -- style flags: 0
  439. -- line height: 16
  440. -- part name: ZIP 10018
  441. ----- HyperTalk script -----
  442. on mouseUp
  443.   put empty into card field id 4
  444.   put "MIDTOWN STATION" into temp1
  445.   put "221 WEST 38TH STREET, NEW YORK, N.Y." into temp2
  446.   put "Tel: 994-6598" into temp3
  447.   put temp1 into line 1 of card field id 4
  448.   put temp2 into line 2 of card field id 4
  449.   put temp3 into line 3 of card field id 4
  450. end mouseUp
  451.  
  452.  
  453.  
  454. -- part 20 (button)
  455. -- low flags: 00
  456. -- high flags: A002
  457. -- rect: left=128 top=179 right=201 bottom=228
  458. -- title width / last selected line: 0
  459. -- icon id / first selected line: 0 / 0
  460. -- text alignment: 1
  461. -- font id: 0
  462. -- text size: 12
  463. -- style flags: 0
  464. -- line height: 16
  465. -- part name: ZIP 10019
  466. ----- HyperTalk script -----
  467. on mouseUp
  468.   put empty into card field id 4
  469.   put "RADIO CITY STATION" into temp1
  470.   put "322 WEST 52ND STREET, NEW YORK, N.Y." into temp2
  471.   put "Tel: 265-6674" into temp3
  472.   put temp1 into line 1 of card field id 4
  473.   put temp2 into line 2 of card field id 4
  474.   put temp3 into line 3 of card field id 4
  475. end mouseUp
  476.  
  477.  
  478.  
  479. -- part 21 (button)
  480. -- low flags: 00
  481. -- high flags: A002
  482. -- rect: left=128 top=202 right=224 bottom=228
  483. -- title width / last selected line: 0
  484. -- icon id / first selected line: 0 / 0
  485. -- text alignment: 1
  486. -- font id: 0
  487. -- text size: 12
  488. -- style flags: 0
  489. -- line height: 16
  490. -- part name: ZIP 10020
  491. ----- HyperTalk script -----
  492. on mouseUp
  493.   put empty into card field id 4
  494.   put "ROCKFELLER CENER STATION" into temp1
  495.   put "610 FIFTH AVENUE, NEW YORK, N.Y." into temp2
  496.   put "Tel: 265-3854" into temp3
  497.   put temp1 into line 1 of card field id 4
  498.   put temp2 into line 2 of card field id 4
  499.   put temp3 into line 3 of card field id 4
  500. end mouseUp
  501.  
  502.  
  503.  
  504. -- part 22 (button)
  505. -- low flags: 00
  506. -- high flags: A002
  507. -- rect: left=128 top=225 right=247 bottom=228
  508. -- title width / last selected line: 0
  509. -- icon id / first selected line: 0 / 0
  510. -- text alignment: 1
  511. -- font id: 0
  512. -- text size: 12
  513. -- style flags: 0
  514. -- line height: 16
  515. -- part name: ZIP 10021
  516. ----- HyperTalk script -----
  517. on mouseUp
  518.   put empty into card field id 4
  519.   put "LENOX HILL STATION" into temp1
  520.   put "217 EAST 70TH STREET" into temp2
  521.   put "Tel: 879-4401" into temp3
  522.   put temp1 into line 1 of card field id 4
  523.   put temp2 into line 2 of card field id 4
  524.   put temp3 into line 3 of card field id 4
  525. end mouseUp
  526.  
  527.  
  528.  
  529. -- part 23 (button)
  530. -- low flags: 00
  531. -- high flags: A002
  532. -- rect: left=128 top=248 right=270 bottom=228
  533. -- title width / last selected line: 0
  534. -- icon id / first selected line: 0 / 0
  535. -- text alignment: 1
  536. -- font id: 0
  537. -- text size: 12
  538. -- style flags: 0
  539. -- line height: 16
  540. -- part name: ZIP 10022
  541. ----- HyperTalk script -----
  542. on mouseUp
  543.   put empty into card field id 4
  544.   put "E.D. ROOSEVELT STATION" into temp1
  545.   put "909 THIRD AVENUE, NEW YORK, N.Y." into temp2
  546.   put "Tel: 330-5603" into temp3
  547.   put temp1 into line 1 of card field id 4
  548.   put temp2 into line 2 of card field id 4
  549.   put temp3 into line 3 of card field id 4
  550. end mouseUp
  551.  
  552.  
  553.  
  554. -- part 24 (button)
  555. -- low flags: 00
  556. -- high flags: A002
  557. -- rect: left=128 top=271 right=293 bottom=228
  558. -- title width / last selected line: 0
  559. -- icon id / first selected line: 0 / 0
  560. -- text alignment: 1
  561. -- font id: 0
  562. -- text size: 12
  563. -- style flags: 0
  564. -- line height: 16
  565. -- part name: ZIP 10023
  566. ----- HyperTalk script -----
  567. on mouseUp
  568.   put empty into card field id 4
  569.   put "ANSONIA STATION" into temp1
  570.   put "1990 BROADWAY, NEW YORK, N.Y." into temp2
  571.   put "Tel: 362-7486" into temp3
  572.   put temp1 into line 1 of card field id 4
  573.   put temp2 into line 2 of card field id 4
  574.   put temp3 into line 3 of card field id 4
  575. end mouseUp
  576.  
  577.  
  578.  
  579. -- part 25 (button)
  580. -- low flags: 00
  581. -- high flags: A002
  582. -- rect: left=247 top=64 right=86 bottom=347
  583. -- title width / last selected line: 0
  584. -- icon id / first selected line: 0 / 0
  585. -- text alignment: 1
  586. -- font id: 0
  587. -- text size: 12
  588. -- style flags: 0
  589. -- line height: 16
  590. -- part name: ZIP 10024
  591. ----- HyperTalk script -----
  592. on mouseUp
  593.   put empty into card field id 4
  594.   put "PLANETARIUM STATION" into temp1
  595.   put "127 WEST 83RD STREET, NEW YORK, N.Y." into temp2
  596.   put "Tel: 873-3701" into temp3
  597.   put temp1 into line 1 of card field id 4
  598.   put temp2 into line 2 of card field id 4
  599.   put temp3 into line 3 of card field id 4
  600. end mouseUp
  601.  
  602.  
  603.  
  604. -- part 26 (button)
  605. -- low flags: 00
  606. -- high flags: A002
  607. -- rect: left=247 top=87 right=109 bottom=347
  608. -- title width / last selected line: 0
  609. -- icon id / first selected line: 0 / 0
  610. -- text alignment: 1
  611. -- font id: 0
  612. -- text size: 12
  613. -- style flags: 0
  614. -- line height: 16
  615. -- part name: ZIP 10025
  616. ----- HyperTalk script -----
  617. on mouseUp
  618.   put empty into card field id 4
  619.   put "CATHEDRAL STATION" into temp1
  620.   put "215 WEST 104TH STREET" into temp2
  621.   put "Tel: 662-9191" into temp3
  622.   put temp1 into line 1 of card field id 4
  623.   put temp2 into line 2 of card field id 4
  624.   put temp3 into line 3 of card field id 4
  625. end mouseUp
  626.  
  627.  
  628.  
  629. -- part 27 (button)
  630. -- low flags: 00
  631. -- high flags: A002
  632. -- rect: left=247 top=110 right=132 bottom=347
  633. -- title width / last selected line: 0
  634. -- icon id / first selected line: 0 / 0
  635. -- text alignment: 1
  636. -- font id: 0
  637. -- text size: 12
  638. -- style flags: 0
  639. -- line height: 16
  640. -- part name: ZIP 10026
  641. ----- HyperTalk script -----
  642. on mouseUp
  643.   put empty into card field id 4
  644.   put "MORNINGSIDE STATION" into temp1
  645.   put "232 WEST 116TH STREET, NEW YORK, N.Y." into temp2
  646.   put "Tel: 662-1901" into temp3
  647.   put temp1 into line 1 of card field id 4
  648.   put temp2 into line 2 of card field id 4
  649.   put temp3 into line 3 of card field id 4
  650. end mouseUp
  651.  
  652.  
  653.  
  654. -- part 28 (button)
  655. -- low flags: 00
  656. -- high flags: A002
  657. -- rect: left=247 top=133 right=155 bottom=347
  658. -- title width / last selected line: 0
  659. -- icon id / first selected line: 0 / 0
  660. -- text alignment: 1
  661. -- font id: 0
  662. -- text size: 12
  663. -- style flags: 0
  664. -- line height: 16
  665. -- part name: ZIP 10027
  666. ----- HyperTalk script -----
  667. on mouseUp
  668.   put empty into card field id 4
  669.   put "MANHATTANVILLE STATION" into temp1
  670.   put "365 WEST 125TH STREET, NEW YORK, N.Y." into temp2
  671.   put "Tel: 662-1901" into temp3
  672.   put temp1 into line 1 of card field id 4
  673.   put temp2 into line 2 of card field id 4
  674.   put temp3 into line 3 of card field id 4
  675. end mouseUp
  676.  
  677.  
  678.  
  679. -- part 29 (button)
  680. -- low flags: 00
  681. -- high flags: A002
  682. -- rect: left=247 top=156 right=178 bottom=347
  683. -- title width / last selected line: 0
  684. -- icon id / first selected line: 0 / 0
  685. -- text alignment: 1
  686. -- font id: 0
  687. -- text size: 12
  688. -- style flags: 0
  689. -- line height: 16
  690. -- part name: ZIP 10028
  691. ----- HyperTalk script -----
  692. on mouseUp
  693.   put empty into card field id 4
  694.   put "GRACIE STATION" into temp1
  695.   put "229 EAST 85TH STREET, NEW YORK, N.Y." into temp2
  696.   put "Tel: 988-6681" into temp3
  697.   put temp1 into line 1 of card field id 4
  698.   put temp2 into line 2 of card field id 4
  699.   put temp3 into line 3 of card field id 4
  700. end mouseUp
  701.  
  702.  
  703.  
  704. -- part 30 (button)
  705. -- low flags: 00
  706. -- high flags: A002
  707. -- rect: left=247 top=179 right=201 bottom=347
  708. -- title width / last selected line: 0
  709. -- icon id / first selected line: 0 / 0
  710. -- text alignment: 1
  711. -- font id: 0
  712. -- text size: 12
  713. -- style flags: 0
  714. -- line height: 16
  715. -- part name: ZIP 10029
  716. ----- HyperTalk script -----
  717. on mouseUp
  718.   put empty into card field id 4
  719.   put "HELLGATE" into temp1
  720.   put "153 EAST 110TH STREET, NEW YORK, N.Y." into temp2
  721.   put "Tel: 860-3557" into temp3
  722.   put temp1 into line 1 of card field id 4
  723.   put temp2 into line 2 of card field id 4
  724.   put temp3 into line 3 of card field id 4
  725. end mouseUp
  726.  
  727.  
  728.  
  729. -- part 31 (button)
  730. -- low flags: 00
  731. -- high flags: A002
  732. -- rect: left=247 top=202 right=224 bottom=347
  733. -- title width / last selected line: 0
  734. -- icon id / first selected line: 0 / 0
  735. -- text alignment: 1
  736. -- font id: 0
  737. -- text size: 12
  738. -- style flags: 0
  739. -- line height: 16
  740. -- part name: ZIP 10030
  741. ----- HyperTalk script -----
  742. on mouseUp
  743.   put empty into card field id 4
  744.   put "COLLEGE STATION" into temp1
  745.   put "217 WEST 140TH STREET, NEW YORK, N.Y." into temp2
  746.   put "Tel: 283-2235" into temp3
  747.   put temp1 into line 1 of card field id 4
  748.   put temp2 into line 2 of card field id 4
  749.   put temp3 into line 3 of card field id 4
  750. end mouseUp
  751.  
  752.  
  753.  
  754. -- part 32 (button)
  755. -- low flags: 00
  756. -- high flags: A002
  757. -- rect: left=247 top=225 right=247 bottom=347
  758. -- title width / last selected line: 0
  759. -- icon id / first selected line: 0 / 0
  760. -- text alignment: 1
  761. -- font id: 0
  762. -- text size: 12
  763. -- style flags: 0
  764. -- line height: 16
  765. -- part name: ZIP 10031
  766. ----- HyperTalk script -----
  767. on mouseUp
  768.   put empty into card field id 4
  769.   put "HAMILTON GRANGE STATION" into temp1
  770.   put "521 WEST 146TH STREET, NEW YORK, N.Y." into temp2
  771.   put "Tel: 281-8401" into temp3
  772.   put temp1 into line 1 of card field id 4
  773.   put temp2 into line 2 of card field id 4
  774.   put temp3 into line 3 of card field id 4
  775. end mouseUp
  776.  
  777.  
  778.  
  779. -- part 33 (button)
  780. -- low flags: 00
  781. -- high flags: A002
  782. -- rect: left=247 top=248 right=270 bottom=347
  783. -- title width / last selected line: 0
  784. -- icon id / first selected line: 0 / 0
  785. -- text alignment: 1
  786. -- font id: 0
  787. -- text size: 12
  788. -- style flags: 0
  789. -- line height: 16
  790. -- part name: ZIP 10032
  791. ----- HyperTalk script -----
  792. on mouseUp
  793.   put empty into card field id 4
  794.   put "AUDUBON" into temp1
  795.   put "515 WEST 165TH STREET, NEW YORK, N.Y." into temp2
  796.   put "Tel: 568-3311" into temp3
  797.   put temp1 into line 1 of card field id 4
  798.   put temp2 into line 2 of card field id 4
  799.   put temp3 into line 3 of card field id 4
  800. end mouseUp
  801.  
  802.  
  803.  
  804. -- part 34 (button)
  805. -- low flags: 00
  806. -- high flags: A002
  807. -- rect: left=247 top=271 right=293 bottom=347
  808. -- title width / last selected line: 0
  809. -- icon id / first selected line: 0 / 0
  810. -- text alignment: 1
  811. -- font id: 0
  812. -- text size: 12
  813. -- style flags: 0
  814. -- line height: 16
  815. -- part name: ZIP 10033
  816. ----- HyperTalk script -----
  817. on mouseUp
  818.   put empty into card field id 4
  819.   put "WASHINGTON BRIDGE STATION" into temp1
  820.   put "555 WEST 180TH STREET" into temp2
  821.   put "Tel: 568-7601" into temp3
  822.   put temp1 into line 1 of card field id 4
  823.   put temp2 into line 2 of card field id 4
  824.   put temp3 into line 3 of card field id 4
  825. end mouseUp
  826.  
  827.  
  828.  
  829. -- part 35 (button)
  830. -- low flags: 00
  831. -- high flags: A002
  832. -- rect: left=372 top=65 right=87 bottom=472
  833. -- title width / last selected line: 0
  834. -- icon id / first selected line: 0 / 0
  835. -- text alignment: 1
  836. -- font id: 0
  837. -- text size: 12
  838. -- style flags: 0
  839. -- line height: 16
  840. -- part name: ZIP 10034
  841. ----- HyperTalk script -----
  842. on mouseUp
  843.   put empty into card field id 4
  844.   put "INWOOD STATION " into temp1
  845.   put "90 VERMILYEA, NEW YORK, N.Y." into temp2
  846.   put "Tel: 567-3032" into temp3
  847.   put temp1 into line 1 of card field id 4
  848.   put temp2 into line 2 of card field id 4
  849.   put temp3 into line 3 of card field id 4
  850. end mouseUp
  851.  
  852.  
  853.  
  854. -- part 36 (button)
  855. -- low flags: 00
  856. -- high flags: A002
  857. -- rect: left=372 top=88 right=110 bottom=472
  858. -- title width / last selected line: 0
  859. -- icon id / first selected line: 0 / 0
  860. -- text alignment: 1
  861. -- font id: 0
  862. -- text size: 12
  863. -- style flags: 0
  864. -- line height: 16
  865. -- part name: ZIP 10035
  866. ----- HyperTalk script -----
  867. on mouseUp
  868.   put empty into card field id 4
  869.   put "TRIBOROUGH STATION" into temp1
  870.   put "167 EAST 124TH STREET, NEW YORK, N.Y." into temp2
  871.   put "Tel: 534-0865" into temp3
  872.   put temp1 into line 1 of card field id 4
  873.   put temp2 into line 2 of card field id 4
  874.   put temp3 into line 3 of card field id 4
  875. end mouseUp
  876.  
  877.  
  878.  
  879. -- part 37 (button)
  880. -- low flags: 00
  881. -- high flags: A002
  882. -- rect: left=373 top=111 right=133 bottom=473
  883. -- title width / last selected line: 0
  884. -- icon id / first selected line: 0 / 0
  885. -- text alignment: 1
  886. -- font id: 0
  887. -- text size: 12
  888. -- style flags: 0
  889. -- line height: 16
  890. -- part name: ZIP 10036
  891. ----- HyperTalk script -----
  892. on mouseUp
  893.   put empty into card field id 4
  894.   put "TIMES SQUARE STATION" into temp1
  895.   put "340 WEST 42ND STREET, NEW YORK, N.Y." into temp2
  896.   put "Tel: 244-0111" into temp3
  897.   put temp1 into line 1 of card field id 4
  898.   put temp2 into line 2 of card field id 4
  899.   put temp3 into line 3 of card field id 4
  900. end mouseUp
  901.  
  902.  
  903.  
  904. -- part 38 (button)
  905. -- low flags: 00
  906. -- high flags: A002
  907. -- rect: left=373 top=134 right=156 bottom=473
  908. -- title width / last selected line: 0
  909. -- icon id / first selected line: 0 / 0
  910. -- text alignment: 1
  911. -- font id: 0
  912. -- text size: 12
  913. -- style flags: 0
  914. -- line height: 16
  915. -- part name: ZIP 10037
  916. ----- HyperTalk script -----
  917. on mouseUp
  918.   put empty into card field id 4
  919.   put "LINCOLNTON STATION" into temp1
  920.   put "2266 FIFTH AVENUE, NEW YORK, N.Y." into temp2
  921.   put "Tel: 281-9781" into temp3
  922.   put temp1 into line 1 of card field id 4
  923.   put temp2 into line 2 of card field id 4
  924.   put temp3 into line 3 of card field id 4
  925. end mouseUp
  926.  
  927.  
  928.  
  929. -- part 39 (button)
  930. -- low flags: 00
  931. -- high flags: A002
  932. -- rect: left=374 top=157 right=179 bottom=474
  933. -- title width / last selected line: 0
  934. -- icon id / first selected line: 0 / 0
  935. -- text alignment: 1
  936. -- font id: 0
  937. -- text size: 12
  938. -- style flags: 0
  939. -- line height: 16
  940. -- part name: ZIP 10038
  941. ----- HyperTalk script -----
  942. on mouseUp
  943.   put empty into card field id 4
  944.   put "PECK SLIP STATION" into temp1
  945.   put "1 PECK SLIP, NEW YORK, N.Y." into temp2
  946.   put "Tel: 964-1055" into temp3
  947.   put temp1 into line 1 of card field id 4
  948.   put temp2 into line 2 of card field id 4
  949.   put temp3 into line 3 of card field id 4
  950. end mouseUp
  951.  
  952.  
  953.  
  954. -- part 40 (button)
  955. -- low flags: 00
  956. -- high flags: A002
  957. -- rect: left=375 top=180 right=202 bottom=475
  958. -- title width / last selected line: 0
  959. -- icon id / first selected line: 0 / 0
  960. -- text alignment: 1
  961. -- font id: 0
  962. -- text size: 12
  963. -- style flags: 0
  964. -- line height: 16
  965. -- part name: ZIP 10039
  966. ----- HyperTalk script -----
  967. on mouseUp
  968.   put empty into card field id 4
  969.   put "COLONIAL PARK STATION" into temp1
  970.   put "99 MACOMBS PLACE, NEW YORK, N.Y." into temp2
  971.   put "Tel: 368-4211" into temp3
  972.   put temp1 into line 1 of card field id 4
  973.   put temp2 into line 2 of card field id 4
  974.   put temp3 into line 3 of card field id 4
  975. end mouseUp
  976.  
  977.  
  978.  
  979. -- part 41 (button)
  980. -- low flags: 00
  981. -- high flags: A002
  982. -- rect: left=375 top=203 right=225 bottom=475
  983. -- title width / last selected line: 0
  984. -- icon id / first selected line: 0 / 0
  985. -- text alignment: 1
  986. -- font id: 0
  987. -- text size: 12
  988. -- style flags: 0
  989. -- line height: 16
  990. -- part name: ZIP 10040
  991. ----- HyperTalk script -----
  992. on mouseUp
  993.   put empty into card field id 4
  994.   put "FORT GEORGE STATION" into temp1
  995.   put "4558 BROADWAY, NEW YORK, N.Y." into temp2
  996.   put "Tel: 942-0052" into temp3
  997.   put temp1 into line 1 of card field id 4
  998.   put temp2 into line 2 of card field id 4
  999.   put temp3 into line 3 of card field id 4
  1000. end mouseUp
  1001.  
  1002.  
  1003.  
  1004. -- part 42 (button)
  1005. -- low flags: 00
  1006. -- high flags: A002
  1007. -- rect: left=376 top=227 right=249 bottom=476
  1008. -- title width / last selected line: 0
  1009. -- icon id / first selected line: 0 / 0
  1010. -- text alignment: 1
  1011. -- font id: 0
  1012. -- text size: 12
  1013. -- style flags: 0
  1014. -- line height: 16
  1015. -- part name: ZIP 10128
  1016. ----- HyperTalk script -----
  1017. on mouseUp
  1018.   put empty into card field id 4
  1019.   put "YORKVILLE STATION" into temp1
  1020.   put "1591 THIRD AVENUE, NEW YORK, N.Y." into temp2
  1021.   put "Tel: 369-2230" into temp3
  1022.   put temp1 into line 1 of card field id 4
  1023.   put temp2 into line 2 of card field id 4
  1024.   put temp3 into line 3 of card field id 4
  1025. end mouseUp
  1026.  
  1027.  
  1028.  
  1029. -- part contents for card part 4
  1030. ----- text -----
  1031. HELLGATE
  1032. 153 EAST 110TH STREET, NEW YORK, N.Y.
  1033. Tel: 860-3557